﻿
.card-decaration {
    padding: 20px 85px;
}

.card-box1 {
    padding: 20px 20px;
    width:auto;
    height: auto;
    background-color: aliceblue;
    border-radius: 10px;
}

    .card-box1 h2 {
        color: #2f6db5;
    }
/* ================= SECTION 3 ================= */
.aboutUs-board {
    background-color: #0b1b2b;
    padding: 0 50px;
    overflow: hidden;
}

    .aboutUs-board .row {
        display: flex;
        align-items: flex-start;
    }

    .aboutUs-board .text-light {
        position: sticky;
        top: 100px;
        height: fit-content;
       
    }
.aboutUs-section p{
    font-size:30px;
    font-weight:600;
    color:#2f6db5
}

.text-light p {
    font-size: 18px;
}

.image-div {
    background-color: white;
    padding: 10px;
    width: 220px;
    border-radius: 5px;
}

/* ================= TIMELINE SECTION ================= */
#timelineSection {
    position: relative;
    min-height: 100vh;
}

/* VARIABLES */
:root {
    --primary-color: #007bff;
    --dot-size: 18px;
    --line-width: 3px;
}

/* TIMELINE ITEM */
.timeline-item {
    display: flex;
    position: relative;
    padding-bottom: 50px;
}

    
    .timeline-item:last-child {
        padding-bottom: 0;
    }

/* TIMELINE BAR */
.timeline-bar {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0; 
}

    /* DOT */
    .timeline-bar .dot {
        width: var(--dot-size);
        height: var(--dot-size);
        background-color: #2f6db5;
        border-radius: 50%;
        border: 3px solid #fff;
        box-shadow: 0 0 0 2px #2f6db5;
        z-index: 2; 
        position: relative;
        margin-top: 10px; 
    }

    .timeline-bar .line {
        position: absolute;
        top: 10px; 
        bottom: -50px; 
        width: var(--line-width);
        background: #ffffff;
        z-index: 1; 
        opacity: 0.5;
    }

.timeline-item:last-child .line {
    display: none;
}

.timeline-content {
    padding-left: 20px;
}


.card-body1 h4 {
    color: #2f6db5;
    font-weight: bold;
}

.card-body p {
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
}

.timeline-container {
    max-height: 80vh;
    overflow-y: auto;
    padding: 8rem 0;
    padding-right: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .timeline-container::-webkit-scrollbar {
        display: none;
    }

.timeline-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}


.left-content {
    position: sticky;
    top: 100px;
    width: 40%;
}


@media (max-width: 991px) {
    .timeline-wrapper {
        flex-direction: column;
    }

    .left-content {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
    }

    .timeline-container {
        max-height: none;
        width: 100%;
    }
}

/* ===== BOARD / TEAM CARD ===== */
.Directors {
    padding: 2rem 5rem ;
    background-image:url("../images/SVG.png")
}
.member-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    height: 100%;
    width: 420px;
}

/* IMAGE BOX */
.member-card > div:first-child {
    background: #dfe9ef;              /* light blue */
    border-radius: 12px;
    padding: 12px;
    position: relative;
}

/* IMAGE */
.member-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* LINKEDIN ICON */
.linkedin-icon::after {
    content: "in";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    background: #0a8f2f;
    color: #fff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 5px;
}
.linkedin-icon:hover {
    background: #066f24;
}

/* NAME */
.member-name {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

/* DESIGNATION */
.member-designation {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    text-transform: uppercase;
}

/* REMOVE ANY IMAGE CUT / ARC */
.member-card *,
.member-card img {
    clip-path: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .member-card img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .member-card img {
        height: 260px;
    }
}
/* Team Members */
.imageflex {
    background-image: url("../images/SVG.png");
}
.Members {
    background-size: 30px 30px;
    padding-top:5rem;
    padding-bottom:2rem;
   
}

.member-card1 {
    background: #fff;
    border: none;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; 
}
   
    .member-card1::before {
        content: "";
        position: absolute;
        left: 0;
        top: 40px; 
        height: 20%;
        width: 5px;
        background-color: #1a7d32;
      
    }


.member-name {
    font-weight: 600;
    color: #000;
    font-size: 1.50rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.member-designation {
    color: #555;
    font-size: 1.05rem;
    margin: 0;
}

/* Adjusting spacing for the grid */
.row-gap {
    row-gap: 25px;
}
.hero-title1 {
    font-size: 32px;
    line-height: 1.3;
    color: white;
    font-weight:600;
}
@media (max-width: 1024px) {
    .card-res {
        min-height: auto !important;
    }
}
